.ddmenu{
width: 100%;
float:left;
font-weight: normal;
background:url(../img/menu_bg.gif) repeat-x 0px 0px;
margin:0px;
padding:0;

}

.ddmenu:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: ".";*/ 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.ddmenu ul{
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.ddmenu ul li{
	display: inline;
	margin:0px 0 0 0;
	padding:0;
	float:left;
	clear:right;
	list-style-type:none;
	border-right:1px solid #959699;
	color:#666666;
}
.ddmenu ul li.act{
	float:left;
	list-style-type:none;
	border:0;
		
}
.ddmenu ul li.act a{
	background:url(../img/menu_bg_act.gif) repeat-x 0px 0px;
	margin:0px 0 0 0;
	padding:5px 10px 7px 10px;

	} 
.ddmenu ul li.act a:hover{
	background:url(../img/menu_bg_act.gif) repeat-x 0px 0px;
	margin:0px 0 0 0;
	padding:5px 10px 7px 10px;
	}

.ddmenu ul li a{
	padding:5px 10px 7px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #E3E3E3;
	color:#ffffff;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
}
.ddmenu ul li a:hover{
	background:url(../img/menu_bg_act.gif) repeat-x 0px 0px;
	color:#FFFFFF	
	}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
background-color:#ffffff;
font:11px Arial, Helvetica, sans-serif;
/*text-transform:lowercase;*/
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
border:1px solid #ccc;
border-bottom:0;
color: #666;


/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 10px;
text-decoration: none;
font-weight: normal;
color: #666;
border-bottom:1px solid #ccc;
background: url(../img/bull_grey.gif) no-repeat 6px 10px;
text-align:left 
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #666;
background: url(../img/bull_white.gif) no-repeat 6px 10px 
}

.dropmenudiv a:hover{ 
background:#0D83D5 url(../img/bull_white.gif) no-repeat 6px 10px;
color:#fff ;

}
