/*
	Author Name	: 	ToRokZoli
	Author Site	: 	http://torokzoli.hu
	Style Name	: 	Dropdown2
	Style URI	:	http://torokzoli.hu/2007/02/25/drop-down-menu-wordpress-k2-hoz/
	Version		: 	1.3+
	Comments	: 	Simple and smart, thanks to http://jillij.com
*/

#dropdown {
	display: block;
	z-index: 5;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
}

#dropdown ul {
/*	width:780px; */
	width:742px; /* MIL mod */
	min-height: 30px;
	list-style-type: none;
	padding: 0;
/*	margin: 0; */
	margin: 0px 0px 0px 38px; /* MIL mod */
	z-index: 500;
}


#dropdown li {
	display: inline;
	float: left;
	min-height: 20px;
	position: relative;
	text-align: left;
/*	padding: 5px 16px 5px; */
	padding: 0px; /* MIL mod */
	margin: 0px 0px 0px 0px;
}

#dropdown li ul {
	width: 150px;
	height: auto;
	top: 100%;
	left: 0px;
	margin: 0px; /* MIL mod */
}

#dropdown li ul li {
	text-align: left;
/*     wdith: 118px; */
	width: 150px;	 /* MIL mod */
	height: auto;
	min-height: auto;
	display: block;
}

#dropdown a {
	text-decoration: none;
	}

#dropdown li li ul {
	top: 0;
	left: 0;
}

#dropdown li li:hover ul {
	left: 150px;
}

/* initialy hide all sub sidemenus */
#dropdown ul ul,
#dropdown ul li:hover ul ul,
#dropdown ul ul li:hover ul ul,
#dropdown ul ul ul li:hover ul ul,
#dropdown ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}

/* display them on hover */
#dropdown li:hover ul,
#dropdown ul li:hover ul,
#dropdown ul ul li:hover ul,
#dropdown ul ul ul li:hover ul,
#dropdown ul ul ul ul li:hover ul,
#dropdown ul ul ul ul ul li:hover ul {
  display: block;
}

/* colors */

#dropdown {
	color: #FFFFFF;
}

#dropdown ul{
	background: #000000;
	-moz-opacity:0.95; /* for mozilla */
	opacity: 0.95; /* for safari */
	khtml-opacity: 0.95 /* for konquerer and older safari */
}

#dropdown ul ul {
	background: #000000;
}
#dropdown ul li {
	background: #000000;
}


#dropdown h2 {
	color: #FFFFFF;
}

#dropdown a {
	color: #FFFFFF;
	display:block; /* MIL MOD */
	padding: 9px 13px 9px; /* MIL MOD */
	margin: 0px; /* MIL MOD */
	}

#dropdown ul li:hover {
	background: #333333;
}

#dropdown ul li ul {

}

#dropdown ul li ul li {
	background: #333333;
}

#dropdown ul li ul li:hover {
	background: #666666;
}

#dropdown ul li ul ul li{
	background: #666666;
	
}

#dropdown ul li ul ul li:hover {
	background: #999999;
}



/* MIL MODIFICATIONS */

#dropdown {
	background-image: url('slide-icon.png');
	background-repeat: no-repeat;
	background-color: #cc4452;
}

#dropdown ul li.current_page_item, #dropdown ul li.current_page_parent {
	background: #666666;
}

#dropdown ul li.current_page_parent li.current_page_item{
	background: #333333;
}

#dropdown ul li.current_page_parent li.current_page_item:hover{
	background: #666666;
}

/* menu size */
#dropdown ul {
	height: 30px;
}

h3{
 	border-bottom: 1px dotted #ccc;
}

.rightAndClear{
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  float:right;
  clear:both;
}

.leftAndClear{
  padding-right: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  float:left;
  clear:both;
}

.right{
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  float:right;
}

.left{
  padding-right: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  float:left;
}

.header-description, p.header-description, .entry-content p.header-description{
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 1px;
  color: #999999;
}

#footer{
  background-image: url('footer.png');
  background-repeat: no-repeat;
  background-position: top center;
}

#footer-content{
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding-top: 15px;
  position: relative;
  width: 780px;  
}

#footer-content a{
  border:none;
}

#footer-content img{
  float:right;
  margin-right: 20px;
}

p.footerfeedlinks{
  text-align:left;
  color: #b0b0b0;
  margin-left: 30px;
}

p.footerfeedlinks a{
  color: #b0b0b0 !important;
}

#page{
  border-bottom: none;
}

.clearRightAndLeft{
  clear:both;
}

.addTopBottomMargin
{
  margin-top: 13px;
  margin-right: 0pt;
  margin-bottom: 13px;
  margin-left: 0pt;
}

p.footerstyledwith{
display:none;
}

body{
  background-color: #f4f4f4;
}

div.orderSuccess{
  border: 1px solid #657e00;
  padding: 10px;
  background: #cfdc9c;
  font-size: 1.2em;
  font-weight: bold;
}
