/* ######### Drop Down ULs CSS ######### */


#ddsmoothmenu{
	font-family:Trebuchet MS,Tahoma,sans-serif;
	font-size:12px;
	width: 985px;
	height:47px;
	background-color:#ffffff;
	padding:2px 0px 1px 3px;
	overflow:hidden;
}

#smoothmenu1{
	width: 980px;
	height:45px;
	background: #8f330f;
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#aa4922, endColorstr=#8f330f);*/
	background: -moz-linear-gradient(top, #aa4922, #8f330f);
	padding:0;
	border:1px solid #d6d6d6;
	/*visibility:hidden;*/
}


.ddsmoothmenu ul{
	z-index:1;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	font-family:Trebuchet MS,Tahoma,sans-serif;
	font-size:12px;
	display: block;
	/*background: #8f330f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#aa4922, endColorstr=#8f330f);
	background: -moz-linear-gradient(top, #aa4922, #8f330f);*/
	color: #ffffff;
	/*padding: 15px 0px 12px 14px;*/
	border-right: 1px solid #8a3716;
	border-left: 1px solid #af5633;
	color: #2d2b2b;
	text-decoration: none;
}

li.baritem a {
	padding: 15px 0px 12px 18px;
}


* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #ffffff;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #ffd800;
	/*background-color: #772402;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#913009, endColorstr=#772402);
	background: -moz-linear-gradient(top, #913009, #772402);
	background: -webkit-gradient(linear, left top, left bottom, from(#913009), to(#772402));*/
}

.ddsmoothmenu ul li a:hover{ /*CSS of menu items during onmouseover (hover state)*/
	color: #ffd800;
	/*background-color: #772402;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#913009, endColorstr=#772402);
	background: -moz-linear-gradient(top, #913009, #772402);
	background: -webkit-gradient(linear, left top, left bottom, from(#913009), to(#772402));*/
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	border:0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	border:0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-family:Trebuchet MS,Tahoma,sans-serif;
	font-size:12px;
	margin: 0;
	width: 244px; /*width of menu (not including side paddings)*/
	color: #ffffff;
	text-decoration: none;
	padding: 4px 5px 6px 30px;
	border-bottom: 1px solid #8d482b;
	background-color: #772502;
	background-image:url(/images/menu_arrow_off.png);
	background-repeat:no-repeat;
	background-position:15px 8px;
	filter:none;
}

.ddsmoothmenu ul li ul li a:hover{
	color: #ffd800;
	background: #983a16;
	background-image:url(/images/menu_arrow_on.png);
	background-repeat:no-repeat;
	background-position:15px 8px;
	padding-left: 30px;
	filter:none;
}

.ddsmoothmenu ul li ul li a.selected{
	color: #ffd800;
	background: #983a16;
	background-image:url(/images/menu_arrow_on.png);
	background-repeat:no-repeat;
	background-position:15px 8px;
	padding-left: 30px;
	filter:none;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 20px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 4px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}



.dditem {
	border-left: 1px solid #af5633;
	border-right: 1px solid #af5633;
}
ul .dditem a {
	color: #ffffff;
}
.dditem_top {
	padding:0px;
	margin:0px;
	background-image:url(/images/menu_top.png);
	background-repeat:no-repeat;
	width:281px;
	height:6px;
	border:0px;
	inherit: none;
	font-size:5px;
	line-height:5px;
}
.dditem_bottom {
	padding:0px;
	margin:0px;
	background-image:url(/images/menu_bottom.png);
	background-repeat:no-repeat;
	width:281px;
	height:6px;
	border:0px;
	inherit: none;
	font-size:5px;
	line-height:5px;
}




/* Styles for LavaLamp effect */
.lavaLamp {
    position: relative;
    height: 46px; 
	width: 980px;
    padding: 0px; 
	margin: 0px;
	background: #8f330f;
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#aa4922, endColorstr=#8f330f);*/
	background: -moz-linear-gradient(top, #aa4922, #8f330f);
	visibility:hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li.baritem {
	float: left;
	list-style: none;
	height: 46px;
}

/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	width: 110px; 
	height: 46px;
	z-index: 8;
	position: absolute;
	background-color: #772402;
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#913009, endColorstr=#772402);*/
	background: -moz-linear-gradient(top, #913009, #772402);
	background: -webkit-gradient(linear, left top, left bottom, from(#913009), to(#772402));
}
.lavaLamp li.back .left {
	height: 46px;
	margin: 0px;
	background-color: #772402;
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#913009, endColorstr=#772402);*/
	background: -moz-linear-gradient(top, #913009, #772402);
	background: -webkit-gradient(linear, left top, left bottom, from(#913009), to(#772402));
}

/* current item */
.lavaLamp li.active {
	background-color: #772402;
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#913009, endColorstr=#772402);*/
	background: -moz-linear-gradient(top, #913009, #772402);
	background: -webkit-gradient(linear, left top, left bottom, from(#913009), to(#772402));
}
ul.lavaLamp li.baritem li.dditem a {
	color: #ffffff;
}
ul.lavaLamp li.baritem li.dditem a:hover {
	color: #ffd800;
}
ul.lavaLamp li.current a {
	color: #ffd800;
}



