@import url("content.css");

body
{
color:#000000;
background: url(images/bg0.jpg) #FFFFFF no-repeat;
}
body.sel_menu_0
{
background: url(images/bg0.jpg) #FFFFFF no-repeat;
}
body.sel_menu_1
{
background: url(images/bg1.jpg) #FFFFFF no-repeat;
}
body.sel_menu_2
{
background: url(images/bg2.jpg) #FFFFFF no-repeat;
}
body.sel_menu_3
{
background: url(images/bg3.jpg) #FFFFFF no-repeat;
}
body.sel_menu_4
{
background: url(images/bg4.jpg) #FFFFFF no-repeat;
}
body.sel_menu_5
{
background: url(images/bg5.jpg) #FFFFFF no-repeat;
}
body.sel_menu_6
{
background: url(images/bg6.jpg) #FFFFFF no-repeat;
}
body.body_high
{
background: url(images/bg7.jpg) #FFFFFF no-repeat !important;
}

.menu li a:hover,
#menu ul.menu
{
	background-color:#167C14;
}
#menu ul.submenu
{
	background:url(images/submenuR.gif) transparent no-repeat right bottom;
	background-color:#d8eede;
}
#menu ul.submenu li
{
	border-left:#e2e2e2 1px solid;
	border-right:#e2e2e2 1px solid;
}
#menu ul.submenu li.last
{
	border-left:none;
	border-right:none;
}

#menu ul.submenu li a
{
	color:#FFFFFF;
}
body.sel_menu_0 #menu ul.menu,	
li#folder_0 a:hover,
li#folder_0.hover,
#menu ul.bg0
{
	background-color:#167C14;
}
body.sel_menu_1 #menu ul.menu,
li#folder_1 a:hover,
li#folder_1.hover,
#menu ul.bg1
{
	background-color:#005ac3;
}
body.sel_menu_2 #menu ul.menu,
li#folder_2 a:hover,
li#folder_2.hover,
#menu ul.bg2
{
	background-color:#ff7300;
}
body.sel_menu_3 #menu ul.menu,
li#folder_3 a:hover,
li#folder_3.hover,
#menu ul.bg3
{
	background-color:#b31b34;
}
body.sel_menu_4 #menu ul.menu,
li#folder_4 a:hover,
li#folder_4.hover,
#menu ul.bg4
{
	background-color:#25167a;
}
body.sel_menu_5 #menu ul.menu,
li#folder_5 a:hover,
li#folder_5.hover,
#menu ul.bg5
{
	background-color:#aba000;
}
body.sel_menu_6 #menu ul.menu,
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
{
	background:url(images/submenuL.gif) no-repeat left bottom;
}
#page
{
}
#content
{
}
#footer
{
}

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






