body
{
	margin: 0 auto;
	padding: 0;
	background-color: #bb0409;
	background-image: url('img/Bg.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top right;
}


strong
{
	color: navy;
}


a:link, a:visited
{
	font-weight: bold;
	color: #bd8b62;
	background-color: transparent;
	text-decoration: none;
	font-size: 12px;
}
a:hover
{
	color: #cc3333;
	background-color: transparent;
	text-decoration: none;
}

.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

table
{
	empty-cells: show;
}

body, td, th
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}


hr
{
	color: #6394bd;
	background-color: transparent;
}

.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}



.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

.windowbg
{
	color: #000000;
	background-color: #BB0409;
}

.windowbg2
{
	color: #000000;
	background-color: #f8f8f8;
}

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #6e94b7;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


.catbg, .catbg3
{
	background-color: #BB0409;
	color: #000000;
}


.catbgmenu
{

	background-color: #BB0409;
}

.catbgmenu a
{

	color: #ffffff;
	margin: 5

}



.catbgshapka
{
	background-color: #ffffff;
	color: #000000;
}

.bordercolor
{
	background-color: #BB0409;
}
.tborder
{
	border: 1px solid #BB0409;
	background-color: #ffffff;
}

.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

h3 {
    font-size: 14px;
    color: #000080;
}

a img{
	border: 0;
}

h1 {
    font-size: 145%;
    color: #BB0409;
}

h2 {
    font-size: 110%;
    color: #ffffff;
} 
   



ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 350px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	background: #bb0409;
	color: #ffffff;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 349px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 200px; /* Width of Menu Items */
	background: #bb0409;
	color: #ffffff;
	}


.menunav a, .menunav a:link, .menunav a:visited
{
	color: #ffffff;
}


/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #bb0409;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.menunav a:hover { color: #FFFF00; background: #bb0409; } /* Hover Styles */

ul li a:hover { color: #FFFF00; background: #bb0409; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */