/*^^^^^^^^ NAVIGATION ^^^^^^^^^^*/
#menucase
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#stylefour
{
	position: relative;
	display: block;
	height: 27px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvitica, sans-serif;
	top: 44px;
}
#stylefour UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#stylefour LI
{
	display: block;
	float: right;
	margin: 0;
	padding: 0px 0px 0px 12px;
	list-style: none;
	background: url(../images/navigation/tab_left_inactive.gif) no-repeat left top;
}
#stylefour A
{
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	height: 16px;
	background: url(../images/navigation/tab_right_inactive.gif) no-repeat right top;
	padding: 12px 23px 5px 8px;
}
#stylefour #current
{
	color: #000000;
	background: #9E7E7E;
	height: 31px;
	background-image: url(../images/navigation/tab_left.gif);
}
#stylefour #current A
{
	height: 17px;
	background-image: url(../images/navigation/tab_right.gif);
	color: #010000;
}
#tabsystem
{
	float: right;
	width: 100%;
	font-size: 93%;
	line-height: normal;
}
#tabsystem UL
{
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}
#tabsystem LI
{
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	background: url(../images/navigation/tab_left.gif) no-repeat left top;
}
#tabsystem A
{
	float: left;
	display: block;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
	background: url(../images/navigation/tab_right.gif) no-repeat right top;
}
/*Commented Backslash Hack
hides rule from IE5-Mac \*/
#tabsystem A
{
	float: none;
}
/*End IE5-Mac hack*/
#tabsystem A:hover
{
	color: #333;
}
#tabsystem #current
{
	background-image: url(../images/navigation/tab_left.gif);
}
#tabsystem #current A
{
	background-image: url(../images/navigation/tab_right.gif);
	color: #333;
	padding-bottom: 5px;
}
#modernbricksmenu2
{
	padding: 0;
	width: 100%;
/*Brown color theme*/
	/*[disabled]background:#843B3B;*/
	voice-family: inherit;
	background: #3A5897;
}
#modernbricksmenu2 UL
{
	margin: 0;
	margin-left: 0px;
/*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
#modernbricksmenu2 LI
{
	display: inline;
	margin: 1px 14px 0 0;
	padding: 0px 0 0;
	text-transform: capitalize;
}
#modernbricksmenu2 A
{
	float: right;
	display: block;
	font: bold 11px Arial;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px 0 0;
/*Margin between each menu item*/
	padding: 5px 10px;
	/*[disabled]background-color:#843B3B;*/
/*Brown color theme*/
	/*[disabled]background-color:#313A7F;*/
}
#modernbricksmenu2 A:hover
{
	background-color: #D25A0B;
/*Brown color theme*/
	color: #FFFFFF;
}
#modernbricksmenu2 #current A
{
/*currently selected tab*/
	/*[disabled]background-color:#D5D5EC;*/
/*Brown color theme*/
	color: #FFFFFF;
	border-color: #D25A0B;
/*Brown color theme*/
}
#homenavstyle #modernbricksmenu2 #current A
{
/*currently selected tab*/
	background-color: #D25A0B;
/*Brown color theme*/
	color: #FFFFFF;
	border-color: #D25A0B;
/*Brown color theme*/
}
/*--TOPMENU--
=== Top Menu ===*/
.grid_15
{
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
#topmenufull
{
	position: relative;
	height: 32px;
	margin-bottom: 0px;
	/*[disabled]background-color:#843B3B;*/
	/*[disabled]border-top:5px solid #313A7F;*/
	/*[disabled]border-bottom:0px solid #313A7F;*/
	background-color: #3A5897;
}
#topmenu
{
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#topmenu LI A
{
	color: #FFFFFF;
	display: block;
	margin: 0 1px 0 0;
	padding: 9px 15px;
}
#topmenu LI A:hover, #topmenu LI.active A
{
	color: #FDF5F5;
	text-decoration: none;
	background-color: #30397E;
}
#topmenu #current A
{
	color: #FFFFFF;
	background-color: #2F387D;
}
