

/* CSS Document */

/* CSS Document */

body{margin:0px; padding:0px; background:#000; font-family:Verdana, Arial, Helvetica, sans-serif; color:#4e4d4d; font-size:12px}
p {margin:0; padding:0;}
a{color:#4e4d4d; text-decoration:none;}
a:hover{color:#0f65ab; text-decoration:none;}
img {border:0px none;}
select, input, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; padding:0; color:#000000;}


.top-bg {background:url(../images/top-bg.jpg) left top repeat-x; height:164px;}
.hading {color:#0a5ca9; font-size:23px;}
.top-logo-border {border:1px solid #c8c7c7;}
.hading-menu {text-align:right; font-weight:bold; color:#000000;}
.hading-menu a {text-decoration:none; color:#000000;}
.hading-menu a:hover {text-decoration:underline; color:#0f65ab;}
.gren-bg {background:#aac72c;}
.wit-bg {background:#FFFFFF;}
.foutre {background:url(../images/futter.jpg) left top repeat-x; height:100px; color:#000000; font-size:11px;}
.foutre a {color:#000000;}
.foutre a:hover {color:#000000; text-decoration:underline;}
.search {background:url(../images/search-2.gif) left top repeat-x;}
.search input {background:none; height:15px; width:125px; border:0px none; color:#666666; font-size:10px; padding:3px 0px;}
.teb {}
.teb a {background:url(../images/teb.jpg) left top no-repeat; display:block; height:35px; width:102px; float:left; margin-right:3px; font-size:18px; color:#717171; text-align:center; line-height:35px;}
.teb a:hover, .teb a.act  {background:url(../images/teb-h.jpg) left top no-repeat; display:block; height:35px; width:102px; float:left; font-size:18px; color:#ffffff; text-align:center; line-height:35px;}
.teb-hed {background:url(../images/teb-heding.jpg) left top repeat-x; border-bottom:1px solid #cecece; height:29px; line-height:29px; padding-left:28px; font-size:14px; font-weight:bold; color:#FFFFFF}

.img-border {border:5px solid #0f65ab;}
.nav {color:#717171; font-size:18px;}
.nav a {color:#717171; font-size:18px;}
.nav a:hover {color:#717171; font-size:18px; text-decoration:underline;}
.veumore {background:url(../images/veumore.jpg) left top no-repeat; height:31px; width:114px; border:0px none; font-size:14px; color:#FFFFFF; font-weight:bold;}
.veumore-1 {background:url(../images/veumore-1.jpg) left top no-repeat; height:31px; width:141px; border:0px none; font-size:14px; color:#FFFFFF; font-weight:bold;}
/*
.menu {
position:relative;
z-index:1000;
margin:10px 0px 0 0px; 
}


.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:160px;
position:relative;
}

.menu li {
background:url(../images/doted-line.gif) left bottom repeat-x;
height:24px;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}

.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}


.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:21px;
line-height:21px;
width:160px;
color:#0f65ab;
text-indent:28px;
background:url(../images/aerrow.gif) 5px 3px no-repeat;
}

* html .menu a:hover {color:#4e4d4d;}

.menu :hover > a {
color:#4e4d4d; 
}


.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:160px;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
background:#fff;
border:1px solid #0f65ab;
}

.menu ul :hover ul ul{
visibility:hidden;
}

.menu ul :hover ul :hover ul ul{
visibility:hidden;
}

.menu ul :hover ul :hover ul{ 
visibility:visible;
background:#fff;
border:1px solid #0f65ab;
}

.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#fff;
border:1px solid #0f65ab;
}
.menu ul ul li a {width:160px;}

.menu ul.top2 {top:0px;}
.menu ul.top3 {top:48px;}
.menu ul.top4 {top:72px;}
.menu ul.top5 {top:96px;}

*/

.menu {
z-index:1000;
margin:10px 0 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:160px;
}
/* hack for IE5.5 */
* html .menu ul {}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:url(../images/doted-line.gif) left bottom repeat-x;
height:24px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:21px;
line-height:21px;
width:160px;
color:#0f65ab;
text-indent:28px;
background:url(../images/aerrow.gif) 5px 3px no-repeat;




}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:url(../images/aerrow.gif) 5px 3px no-repeat; width:160px; w\idth:159px;}
/* style the link hover */
* html .menu a:hover {color:#4e4d4d; background:#FFFFFF url(../images/aerrow.gif) 5px 3px no-repeat;}

.menu :hover > a {
color:#4e4d4d; 
background:#FFFFFF url(../images/aerrow.gif) 5px 3px no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:160px; 

}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
background:#fff;
border:1px solid #0f65ab;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
background:#fff;
border:1px solid #0f65ab;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#fff;
border:1px solid #0f65ab;
}



/* top_manu */#dropline9 {position:relative; font-weight:bold; margin-left:76px; font-size:18px;}
#dropline9 ul {padding:0; margin:0; list-style:none; height:34px; }
#dropline9 ul ul {padding:0; margin:0; list-style:none; height:34px;}

#dropline9 table {border-collapse:collapse; margin:-1px -20px 0 0; padding:0; width:0; height:0; font-size:1em;}

#dropline9 li {float:left; height:34px; margin-right:4px;}
#dropline9 li a {float:left; display:block; padding:0 0 0 10px; height:34px; line-height:34px; background: url(../images/tabs.gif) no-repeat left top; color:#ffffff; text-decoration:none;}
#dropline9 li a b {float:left; height:34px; display:block; padding:0 10px 0 0px; background:url(../images/tabs.gif) no-repeat right top; cursor:pointer; display:inline; font-weight:normal;}

#dropline9 li.current a {background-position:0 -35px; border-color:#FFFFFF;}
#dropline9 li.current a b {background-position:100% -35px; color:#FFFFFF;}
#dropline9 li ul {position:absolute; top:34px; left:-9999px; z-index:10; background:#808080;}
#dropline9 li.current ul {left:0; z-index:1; background:#000; border-left:1px solid #7f7f7f}

#dropline9 li a:hover {background-position:0 -70px; border-color:#FFFFFF; cursor:pointer;}
#dropline9 li a:hover b {background-position:100% -70px; border-color:#FFFFFF; color:#FFFFFF;}

#dropline9 li:hover > a  {background-position:0 -70px; border-color:#FFFFFF; cursor:pointer;}
#dropline9 li:hover > a b {background-position:100% -70px; border-color:#FFFFFF; color:#FFFFFF;}

#dropline9 li.current a:hover {background-position:0 -35px; border-color:#FFFFFF;}
#dropline9 li.current a:hover b {background-position:100% -35px; color:#FFFFFF;}
#dropline9 li.current:hover a {background-position:0 -35px; border-color:#FFFFFF;}
#dropline9 li.current:hover a b {background-position:100% -35px; color:#FFFFFF;}

#dropline9 ul :hover ul {left:0; border-left:1px solid #d0d0d0;}

#dropline9 ul :hover ul.right li,
#dropline9 ul li.current ul.right li {float:right;}

#dropline9 ul :hover ul.blank {background:#e6e6e8; border-left:1px solid #e6e6e8;}

#dropline9 ul :hover ul li a {display:inline; background:#808080 url(../images/bar.gif) right center no-repeat; padding:0 10px; margin:0; font-size:14px; font-weight:bold; width:auto; white-space:nowrap; font-weight:normal; border:0; color:#FFFFFF; height:34px; line-height:34px;}
#dropline9 ul :hover ul.right li a {background:#808080 url(../images/bar.gif) left center no-repeat;}


#dropline9 ul li.current ul li a,
#dropline9 li.current a:hover ul li a,
#dropline9 li.current:hover ul li a	{display:inline; background:#000 url(../images/bar.gif) right center no-repeat; padding:0 10px; margin:0; font-size:14px; font-weight:bold; width:auto; white-space:nowrap; font-weight:normal; border:0; color:#FFFFFF; height:34px; line-height:34px;}

#dropline9 ul li.current ul.right li a,
#dropline9 li.current a:hover ul.right li a,
#dropline9 li.current:hover ul.right li a {background:#000 url(../images/bar.gif) left center no-repeat;}

#dropline9 ul :hover ul li a.last,
#dropline9 ul li.current ul li a.last,
#dropline9 li.current a:hover ul li a.last,
#dropline9 li.current:hover ul li a.last {background-image:none;}

#dropline9 li ul li.current_sub a,
#dropline9 li a:hover ul li.current_sub a,
#dropline9 li:hover ul li.current_sub a,
#dropline9 li a:hover ul li a:hover,
#dropline9 li:hover ul li a:hover {color:#FFFFFF;}

#dropline9 li.current ul li.current_sub a,
#dropline9 li.current a:hover ul li.current_sub a,
#dropline9 li.current:hover ul li.current_sub a,
#dropline9 li.current a:hover ul li a:hover,
#dropline9 li.current:hover ul li a:hover {color:#FFFFFF;}
