ul {
margin-top: 0;
padding: 0;
margin-left:55px;
}

.menustyle {
		
	padding-top: 0px;
	padding-bottom:5px;	
	height: 24px;
	left:0;
	top:0;
      

}
.menustyle ul{
	padding: 0px;
        font: bold 13px tahoma, tahoma,  verdana, helvetica, arial, sans-serif;
        list-style-type: none;
        background: #000100;
        overflow: hidden;
	
}
.menustyle li{
        display: inline;
        margin: 0px;
	
}



.menustyle li a{
        float: left;
        display: block;
        text-decoration: none;
        margin: 0;
        padding: 5px 12px 4px 12px; /*padding inside each tab*/
        color:#fff;
        background: #000100;

}
.menustyle li a:hover{
        color: rgb(248,184,0);
        background: #000100; /*background of tabs for hover state */
	text-decoration: none;
}
.menustyle li a.selected{
        background: #000100; /*background of tab with "selected" class assigned to its LI */
}
/* ######### Drop Down ULs CSS ######### */
.submenustyle, .submenustyle ul { /*topmost and sub ULs, respectively*/
        font: normal 13px tahoma, tahoma,  verdana, helvetica, arial, sans-serif;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        list-style-type: none;
	background:#000100;        
	
        border-bottom-width: 0;
        visibility: hidden;
        
	
}

.submenustyle li a{
        display: block;
        width: 130px; /*width of menu (not including side paddings)*/
        color : #fff;
        text-decoration: none;
        padding: 4px 5px;
        background-color: #000100;
}
* html .submenustyle li{ /*IE6 CSS hack*/
        display: inline-block;
        width: 130px; /*width of menu (include side paddings of LI A*/
}
.submenustyle li a:hover{
        background-color: #000100;
        color: rgb(248,184,0);
	text-decoration: none;
}
/* ######### Neutral CSS  ######### */
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}
.ddiframeshim{
	position: absolute;
	z-index: 500;
	
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

