/*//////////////////////////////////////*/
/*/////////// MENU STYLES //////////////*/
/*//////////////////////////////////////*/

/* TOPMENU */
#topmenu
{
	width: 910px;
	height: 35px;
	margin: 0;
}
#topmenu ul
{
	height: 35px;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topmenu ul li
{
	float: left;
	height: 35px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	font-size: 12px;
	line-height: 35px;
	background: url(../img/menubreak.jpg) center right no-repeat;
}
#topmenu ul li a
{
	padding: 0 45px;
	display: block;
	color: #FFFFFF;
}
#topmenu ul li a:hover
{
	color: #FFFFFF;
	background: url(../img/menuhover.jpg) center center no-repeat;
	cursor: pointer;
}

#topmenu ul li.button1 a
{
	padding: 0 45px;
	display: block;
	color: #FFFFFF;
	background: url(../img/menuhover.jpg) center center no-repeat;
}
#topmenu ul li.button1 a:hover
{
	color: #FFFFFF;
	background: url(../img/menuhover.jpg) center center no-repeat;
	cursor: pointer;
}
/* END */

/* SUBMENU */
#submenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
#submenu li a
{
	font-size: 11px;
	padding: 6px 0;
	display: block;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}
#submenu li a b
{
	color: #419638;
	text-decoration: none;
	line-height: 16px;
}

#submenu li a:hover
{
	color: #419638;
	text-decoration: none;
	cursor: pointer;
}

#submenu li a.button1
{
	color: #419638;
	text-decoration: none;
	cursor: pointer;
}

/* INTRANET MENU STYLES */

#intranet-menu
{
width: 185px;
}

#intranet-menu td
{
height: 30px;
border-bottom: 1px solid #cecece;
}

#intranet-menu span
{
color: #79c60f;
}

#intranet-menu a
{
font-size: 12px;
font-weight: bold;
color: #000000;
}

#intranet-menu a:hover
{
font-size: 12px;
font-weight: bold;
color: #79c60f;
}
