@import url("content.css");

body
{
color:#727272;
background:url(images/mainBG.gif) #d0e99f repeat-x;
}

#header #top_color_bar
{
	background-color:#93cc23;
}	

.menu li a:hover,
#menu ul.menu li
{
	background:url(images/bt_menu_left.gif) transparent no-repeat left top;
}
#menu ul.menu li a
{
	background:url(images/bt_menu.gif) transparent no-repeat right top;
	color:#333333;
}
#menu ul.menu li a:hover
{
	background:url(images/bt_menu_over.gif) transparent no-repeat right top;
	color:#000000;
}
#menu ul.menu li.selected a
{
	background:url(images/bt_menu_selected.gif) transparent no-repeat right top !important;
	color:#ffffff !important;
}
#menu ul.submenu
{
	background-color:#93cc23;
}
#menu ul.submenu li a
{
	border-left:#b8ee4e 1px solid;
	border-right:#72a018 1px solid;
}
#menu ul.submenu li.first a
{
	border-left:none;
}
#menu ul.submenu li.last a
{
	border-right:none;
}

#menu ul.submenu li a
{
	color:#FFFFFF;
}
/*
li#folder_0 a:hover,
li#folder_0.hover,
#menu ul.bg0
{
	background-color:#167C14;
}
li#folder_1 a:hover,
li#folder_1.hover,
#menu ul.bg1
{
	background-color:#005ac3;
}
li#folder_2 a:hover,
li#folder_2.hover,
#menu ul.bg2
{
	background-color:#ff7300;
}
li#folder_3 a:hover,
li#folder_3.hover,
#menu ul.bg3
{
	background-color:#b31b34;
}
li#folder_4 a:hover,
li#folder_4.hover,
#menu ul.bg4
{
	background-color:#25167a;
}
li#folder_5 a:hover,
li#folder_5.hover,
#menu ul.bg5
{
	background-color:#aba000;
}
li#folder_6 a:hover,
li#folder_6.hover,
#menu ul.bg6
{
	background-color:#440e62;
}
*/
#menu ul.menu a
{
color:#FFFFFF;
}
#menu ul.menu a:hover
{
}
#menu ul.bg0 li a,
#menu ul.bg1 li a,
#menu ul.bg2 li a,
#menu ul.bg3 li a
{
	color:#FFFFFF !important;
}
#menu ul.submenu li.last
{
}

#menu ul.menu li.selected a
{
	color:#72a018;
}


#page
{
}
#content
{
}
#footer
{
}

/* side column */
.sc_header_left
{
	background:url(images/sc_header_left.gif) no-repeat top left;
}
.sc_header_middle
{
	background:url(images/sc_header_middle.gif) repeat-x top left;
}
.sc_header_right
{
	background:url(images/sc_header_right.gif) no-repeat top right;
}
.sc_left
{
	background:url(images/sc_left.gif) repeat-y left;
}
.sc_content
{
	background-color:#FFFFFF;
}
.sc_right
{
	background:url(images/sc_right.gif) repeat-y right;
}
.sc_footer_left
{	
	background:url(images/sc_footer_left.gif) no-repeat;
}
.sc_footer_middle
{	
	background:url(images/sc_footer_middle.gif) repeat-x;
}
.sc_footer_right
{	
	background:url(images/sc_footer_right.gif) no-repeat;
}

.sc_header_middle div
{
	color:#629400;
}





