/* 
-----------------------------------------
	Template CSS
	by: John Ryan Acoba
    GUI Designer
-----------------------------------------
*/



/* 
------------------------------
Left Menu Red
------------------------------
*/

.leftmenu01{
	margin: 5px 0;
	padding: 0;
	width: 210px; /*width of menu*/
	border-bottom-width: 0;
	}

.leftmenu01 a.menuitem{
	background: url(../images/bg_leftmenu_red.jpg) repeat-x bottom left;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	}


.leftmenu01 a.menuitem:visited, .leftmenu01 .menuitem:active{
	color: white;
	}

.leftmenu01 a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}

.leftmenu01 a.menuitem:hover, #current_red{
	background-image: url(../images/bg_leftmenu_over.jpg);
	color:#fff;
	}

.leftmenu01 div.submenu{ /*DIV that contains each sub menu*/
	background: #9f8381;
	}

.leftmenu01 div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.leftmenu01 div.submenu ul li{
	border-bottom: 1px solid #fff;
	}

.leftmenu01 div.submenu ul li a{
	display: block;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 10px;
	}

.leftmenu01 div.submenu ul li a:hover, #subcurrent_red{
	background: #9f8381;
	color:#54221f;
	}
	
/* 
------------------------------
Left Menu Black
------------------------------
*/

.leftmenu02{
	margin: 5px 0;
	padding: 0;
	width: 210px; /*width of menu*/
	border-bottom-width: 0;
	}

.leftmenu02 a.menuitem{
	background: url(../images/bg_leftmenu_black.jpg) repeat-x bottom left;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	}


.leftmenu02 a.menuitem:visited, .leftmenu02 .menuitem:active{
	color: white;
	}

.leftmenu02 a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}

.leftmenu02 a.menuitem:hover{
	background-image: url(../images/bg_leftmenu_black_over.jpg);
	color:#fff;
	}

.leftmenu02 div.submenu{ /*DIV that contains each sub menu*/
	background: #525252;
	}

.leftmenu02 div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.leftmenu02 div.submenu ul li{
	border-bottom: 1px solid #fff;
	}

.leftmenu02 div.submenu ul li a{
	display: block;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 10px;
	}

.leftmenu02 div.submenu ul li a:hover{
	background: #525252;
	color:#000;
	}
	
/* 
------------------------------
Topmenu Red
------------------------------
*/

.topmenu01{
	margin: 5px 120px 0 0;
	padding: 0;
	width: 170px; /*width of menu*/
	border-bottom-width: 0;
	}

.topmenu01 a.menuitem{
	background: url(../images/bg_leftmenu.jpg) repeat-x bottom left;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #636059;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	}


.topmenu01 a.menuitem:visited, .topmenu01 .menuitem:active{
	color: #636059;
	}

.topmenu01 a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}

.topmenu01 a.menuitem:hover{
	background-image: url(../images/bg_leftmenu_over.jpg);
	color:#54221f;
	}

.topmenu01 div.submenu{ /*DIV that contains each sub menu*/
	background: #9f8381;
	}

.topmenu01 div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.topmenu01 div.submenu ul li{
	border-bottom: 1px solid #fff;
	}

.topmenu01 div.submenu ul li a{
	display: block;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 10px;
	}

.topmenu01 div.submenu ul li a:hover{
	background: #9f8381;
	color:#54221f;
	}
	
	
/* 
------------------------------
Topmenu Black
------------------------------
*/

.topmenu02{
	margin: 5px 0;
	padding: 0;
	width: 170px; /*width of menu*/
	border-bottom-width: 0;
	}

.topmenu02 a.menuitem{
	background: url(../images/bg_leftmenu_black.jpg) repeat-x bottom left;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	}


.topmenu02 a.menuitem:visited, .topmenu02 .menuitem:active{
	color: white;
	}

.topmenu02 a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}

.topmenu02 a.menuitem:hover{
	background-image: url(../images/bg_leftmenu_black_over.jpg);
	color:#fff;
	}

.topmenu02 div.submenu{ /*DIV that contains each sub menu*/
	background: #525252;
	}

.topmenu02 div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.topmenu02 div.submenu ul li{
	border-bottom: 1px solid #fff;
	}

.topmenu02 div.submenu ul li a{
	display: block;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 10px;
	}

.topmenu02div.submenu ul li a:hover{
	background: #525252;
	color:#000;
	}
	



	

	
	
	
