/************************************************************************
/*	Main Div Style
/***********************************************************************/
#navmain 
{
	width:200px;
	border-bottom:0px dashed #c0c0c0;
	font-size:11px;
}
/************************************************************************
/*	End Main Div Style
/***********************************************************************/

/************************************************************************
/*	Menu Item Style (menu headings - top links)
/***********************************************************************/
#navmain ul 
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:200px;
	font-weight:1em;
}

#navmain li
{
	margin:0;
	white-space:normal;
	width:200px;
}

/* Menu Item Link Style - main */
#navmain a
{
	display:block;

	padding:5px 0px 7px 5px;
	background-repeat:no-repeat;
	background-position:0% 50%;

	font-weight:bold;
	/*background-image:url("/Menu Images/menu-inactive.jpg");*/
	border:1px dashed;
	border-color:#fff #fff #ccc #fff;
	background-color:#ffffff;
}
/* End Menu Item Link Style */

/* Menu Item Link Style - normal and visited */
#navmain a:link, #navmain a:visited
{
	color:#343278;
	text-decoration:none;
}
/* End Menu Item Link Style - normal and visited */

/* Menu Item Link Style- hover and active */
#navmain a:hover, #navmain a:active
{
	background-repeat:no-repeat;
	/*background-image:url("/Menu Images/menu-active.jpg");*/
	background-color:#ffffff;
	color:#666;
	text-decoration:none;
}
/* End Menu Item Link Style - hover and active */

/* Menu Item Selected Link Style - normal, visited, hover and active */
#uberlinkmain a:link, #uberlinkmain a:visited, #uberlinkmain a:hover, #uberlinkmain a:active
{
	display:block;

	padding:5px 0px 7px 5px;
	background-repeat:no-repeat;
	background-position:0% 50%;

	/*background-image:url("/Menu Images/menu-active.jpg");*/
	background-color:"+ MenuItemHoverBGColor + ";
	background-color:#ffffff;
	color:#666;
	text-decoration:none;
}
/*  End Menu Item Selected Link Style - normal and visited */

/************************************************************************
/*	End Menu Item Style (menu headings - top links)
/***********************************************************************/


/************************************************************************
/*	Menu Sub Item Style
/***********************************************************************/
#navitem
{
	padding:5px 0px 7px 10px;
	/*width:185px;*/
	/*font-size:1em;*/
}

#navitem ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:185px;
	font-weight:normal;
}
			
#navitem li 
{
	margin:0;
	white-space:normal;
	width:185px;
}

#navitem div 
{
	display:inline;
	white-space:normal;
	cursor:hand;
	vertical-align:top;
}

/* Menu Item Link Style*/
#navitem a 
{
	display: block;
	padding:5px 0px 7px 10px;
	background-repeat:no-repeat;
	background-position:0% 50%;

	font-weight:normal;
	background-image:url();
	border:1px dashed;
	border-color:#fff #fff #ccc #fff;
	background-color:#ffffff;
}
/* End Menu Item Link Style */

/* Menu Item Link Style - normal and visited */
#navitem a:link, #navitem a:visited{
	background-image:url();
	color:#343278;
	text-decoration:none;
}
/* End Menu Item Link Style - normal and visited */

/* Menu Item Link Style - hover and active */
#navitem a:hover, #navitem a:active
{
	background-repeat:no-repeat;
	background-image:url();
	background-color:#ffffff;
	color:#666;
	text-decoration:none;
}
/* End Menu Item Link Style - hover and active */

/* Menu Sub Item Selected Link Style - normal, visited, hover and active */
#uberlinkitem a:link, #uberlinkitem a:visited, #uberlinkitem a:hover, #uberlinkitem a:active
{
	padding:5px 0px 7px 10px;
	background-repeat:no-repeat;
	background-position:0% 50%;
	background-image:url();
	background-image:url();
	background-color:#ffffff;
	color:#666;
	text-decoration:none;
}
/* End Menu Item Selected Link Style - normal and active */

/************************************************************************
/*	End Menu Sub Item Style
/***********************************************************************/
