#container{width:100%; height:100%; border:1px solid #FF0000;}

/*START cvrillinois page layout START*/
#backbox{border:5px solid #5B6C86;width:650px;background-color:#FFFFFF;margin-left:auto;margin-right:auto;display:block;}
#header{text-align:left;border:2px solid #A2B1C8;position:relative; height:78px;background-color:#FFFFFF;display:block;} 
#leftmenu{text-align:left;border-top:2px dotted #5B6C86;border-right:2px dotted #5B6C86;border-bottom:2px dotted #5B6C86;width:182px;float:left;position:relative;background-color:#FFFFFF;display:block;z-index:10;}
#contentright{text-align:left;width:446px;float:right;position:relative;background-color:#FFFFFF;padding-left:10px;padding-right:10px;display:inline-table;z-index:1;}
#browserdetect{text-align:left;width:650px;position:relative;border-top:2px solid #5B6C86;height:52px;text-align:center;background-image:url(/pics/layout/footer.jpg);display:block;clear:both;}
#paddedcontent{text-align:justify;padding:10px;}
/*END cvrillinois page layout END*/

/*START cvrillinois/briefcase page layout START*/
#briefbackbox{text-align:center;border:5px solid #5B6C86;width:400px;background-color:#FFFFFF;margin-left:auto;margin-right:auto;padding:10px;}
.briefbacktopcenter{
text-align:center;border:5px solid #5B6C86;width:100px;background-color:#FFFFFF;padding:5px;
position:fixed; top:0px; left:50%; margin-left:-55px;
}

/*END cvrillinois/briefcase page layout END*/

body{
	font-family: Arial,sans-serif;
	color:#7489A8;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(/pics/layout/cvr_grad_cube.jpg);
	background-repeat: repeat-x;
	background-color:#7489A8;
}

.header1 {font-size:14px;font-family:Arial, Helvetica, sans-serif;text-decoration:underline;font-weight:bold;}
.header2 {font-size:14px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;}

a:link {color:#065A79;}
a:hover{color:#00FF00;text-decoration:underline;}

.bordertop1 {border-top:2px solid #5B6C86;}
.borderbottom1 {border-bottom:2px solid #5B6C86;}
.borderaround {border-top:2px solid #5B6C86;border-left:2px solid #5B6C86;border-right:2px solid #5B6C86;border-bottom:2px solid #5B6C86;}

.underline {text-decoration:underline;}
.red {color:#FF0000;}
.whitetext {color: #FFFFFF;}

.topicheadertext {
color:#333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}
.bodytext {
color: #6C6C6C;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.htmltext {
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
}

.bodylink A:link {color: #333333; text-decoration: underline;}
.bodylink A:visited {color: #333333; text-decoration: underline;}
.bodylink A:active {color: #333333; text-decoration: underline;}
.bodylink A:hover {color: #333333; text-decoration: underline; font-weight: bold;}

.bluelink A:link {color: #333333; text-decoration: underline;}
.bluelink A:visited {color: #333333; text-decoration: underline;}
.bluelink A:active {color: #333333; text-decoration: underline;}
.bluelink A:hover {color: #6796A8; text-decoration:underline;}

.sub_topic_ref {
  font-style: italic;
  font-weight: bold;
}

.browserdetect {
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-style:italic;
  line-height:10px;
}

/*START BEGIN DROP DOWN MENU STYLES START*/
ul.makeMenu, ul.makeMenu ul {
  margin-top: 0px;             /* Don't Change */
  margin-bottom: 0px;          /* Don't Change */
  line-height: 23px;           /* menu cell height */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  width: 182px;                /* sets the size of the menu blocks */
  background-color: #E7E7E7;   /* bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
}
ul.makeMenu li {
  padding: 0 0.5em;
  border: 1px solid #7489A8;   /* puts a border around INDIVIDUAL menu blocks */
  list-style-type: none;       /* removes the bullet points */
  margin: -1px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #7489A8;              /* sets the default font color */
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: -1px;                   /* position slightly lower than the parent menu item */
  left: 182px;                 /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
  border: 1px solid #7489A8;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #5B6C86;   /* sets active menu background */
  color: #FFFFFF;              /* makes the active menu item text white */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
ul.makeMenu li a {             /* and some link styles */
  color: #00FF00;
  display: block;
  width: 100%;
}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink {
  color: #FF0000;
}
ul.makeMenu li:hover > a {
  text-decoration: underline;
  color: #FFFFFF;                /* links when hovered -
                                    oversupports links in branch headings -
									should not be display: block; */
} 
<!--[if gt IE 5.0]><![if lt IE 7]>

/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( IEmen.htc );
}
ul.makeMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 1px; left: 78px;
}
<![endif]><![endif]-->
/*END DROP DOWN MENU STYLES END*/