﻿
/*----------------MenuBar Css Start---------------------------------*/
/*----------------Top Navigation Div Start.....................*/
#menuBar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff scroll center top;
width:120px;
margin:  0 -5px;
padding:0;
border-color:#0022a6;
border-width:1px;
}



* {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}
/*----------------Top Navigation Div End.....................*/

/*------------------Static Menu Horizontal Start.....................*/

.staticMenuItemStyle 
{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F5F5F5 url(../images/lt-nav-dotted.gif) repeat-x scroll center bottom;
border:0 none;
color:#000000;
display:block;
line-height:24px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
font-size:9px;
font-weight:none;
width:100%;
margin:0;

text-decoration:none;


	height:30px;
	color:#000000;
	font-weight :none;
	font-family:Arial; 
	font-size:12px;
	
	padding-left:2px; 
}

/*--------------------------Static Menu Hover Start----------------*/

.staticHoverStyle 
{
	
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:0 none;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-decoration:none;


	height:30px;
	
	padding-left:2px; 
	background:#f2f1f1 url(../images/nav_press.gif); 
	color:#333;
	border-right:1px solid #003366;
	border-left:0px solid #99ccff;
	width:100%;
	
}




/*--------------------------Static Menu Hover End----------------*/

/*--------------------------Dynamic Hover Menu Start-----------------*/

.dynamicMenuItemStyle
{


-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F5F5F5 url(../images/lt-nav-dotted.gif) repeat-x scroll center bottom;
border:0 none;
color:#000000;
display:block;
line-height:24px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
font-size:11px;
font-weight:none;
width:100%;
margin:0;
padding-left:3px;
text-decoration:none;


	height:30px;
	color:#000000;
	font-weight :none;
	font-family:Arial; 
	font-size:12px;
	padding-left:2px; 
}
.menuItemMouseOver
{
font-weight: bold; 
color:#0a54a8; 
font-size:13px;
background:#f2f1f1 url(../images/nav_press.gif); 



}

.menuItem
{
    z-index:1000;
}

/*------------Menu CSS END------------*/
