/* MAIN WEBSITE STYLES */
a {text-decoration: none; color: #000000; font-size: 13px; font-family: Century Gothic,Arial;}
a:hover {text-decoration: underline;  color: #093e72;}

html{scrollbar-base-color: #093e72; scrollbar-arrow-color: #ffffff; scrollbar-face-color: #093e72;}
body {font-family: Century Gothic,Arial; font-size: 13px; color: #093e72; margin: 0px; padding: 0px; background-color: #e7edc3; background: url(images/bg.jpg) fixed;}
td {font-family: Century Gothic,Arial; font-size: 13px; text-align: justify;}
form {padding: 0px; margin: 0px;}
textarea {font-family: Century Gothic,Arial; font-size: 13px;}

/* CUSTOM STYLE CLASSES */
.bot{font-size: 10px; font-family: Century Gothic,Arial; color: #ffffff; text-align: center; vertical-align: middle; margin-top:7px; width: 976px; height: 40px; background-color: #0d669d;}
.frmlbl{text-align: right; font-weight: bold;}
.frmfld{text-align: left;}
.button{cursor: pointer;}

/* DIV POP-UP STYLE CLASSES */
.PopDiv {position: fixed; left: 600px; top: 50px; -moz-user-select: text; z-index: 1;}
.PopDivNotSelect {position: fixed; left: 600px; top: 50px; -moz-user-select: -moz-none;}
.popDivTopBar {background-color: #0d669e; text-align: right; cursor: move; height: 28px;}
.popDivCloseBut {cursor: pointer; width: 20px; height: 20px; border: none; background-color: Transparent; background-image: url(images/popdiv/close.png); background-repeat: no-repeat; background-position: center center;}
.moznone {-moz-user-select: -moz-none;}
.moztext {-moz-user-select: text;}
.loadingpic {width: 32px; height: 32px; background-image: url(images/popdiv/loading.gif); background-repeat: no-repeat; background-position: center center;}
.loadingpic_small {width: 16px; height: 16px; background-image: url(images/popdiv/loading_small.gif); background-repeat: no-repeat; background-position: center center;}
.PopDivFrameTopLeft {width: 10px; height: 10px; background-image: url(images/popdiv/topleft.png); background-repeat: no-repeat; background-position: right bottom;}
.PopDivFrameTop{height: 10px; background-image: url(images/popdiv/top.png); background-repeat: repeat-x; background-position: center bottom;}
.PopDivFrameTopRight {width: 10px; height: 10px; background-image: url(images/popdiv/topright.png); background-repeat: no-repeat; background-position: left bottom;}
.PopDivFrameLeft{width: 10px; background-image: url(images/popdiv/left.png); background-repeat: repeat-y; background-position: right center;}
.PopDivFrameBg{background-color: #ffffff; border: solid 1px #000000;}
.PopDivFrameRight{width: 10px; background-image: url(images/popdiv/right.png); background-repeat: repeat-y; background-position: left center;}
.PopDivFrameBottomLeft {width: 10px; height: 10px; background-image: url(images/popdiv/bottomleft.png); background-repeat: no-repeat; background-position: right top;}
.PopDivFrameBottom {height: 10px; background-image: url(images/popdiv/bottom.png); background-repeat: repeat-x; background-position: center top;}
.PopDivFrameBottomRight {width: 10px; height: 10px; background-image: url(images/popdiv/bottomright.png); background-repeat: no-repeat; background-position: left top;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
.menu1{font-family: arial; width:100px; height:250px; position:relative; font-size:12px; margin:0px 0; padding:0px 0px;}
.menu1 ul {
padding:0; margin:0; list-style-type: none;
}
.menu1 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top: 0px; left:253px;
}
.menu1 ul li {
float:left; position:relative; z-index:90;
}
.menu1 ul li a, .menu1 ul li a:visited {
display:block; float:left; text-decoration:none; color:#000; width:65px; line-height:23px; font-size:11px; background:transparent; padding-left:0px;
}
* html .menu1 ul li a, .menu1 ul li a:visited {width:100px; w\idth:65px;}

.menu1 ul li ul li.subprod1 {background:url(subprod1.gif) no-repeat;}
.menu1 ul li ul li.subprod2 {background:url(subprod2.gif) no-repeat;}
.menu1 ul li ul li.subprod3 {background:url(subprod3.gif) no-repeat;}
.menu1 ul li ul li.subnews1 {background:url(subnews1.gif) no-repeat;}
.menu1 ul li ul li.subnews2 {background:url(subnews2.gif) no-repeat;}
.menu1 ul li ul li.subnews3 {background:url(subnews3.gif) no-repeat;}
.menu1 ul li ul li.subserv1 {background:url(subserv1.gif) no-repeat;}
.menu1 ul li ul li.subserv2 {background:url(subserv2.gif) no-repeat;}
.menu1 ul li ul li.subserv3 {background:url(subserv3.gif) no-repeat;}
.menu1 ul li ul li.subserv4 {background:url(subserv4.gif) no-repeat;}
.menu1 ul li ul li.subserv5 {background:url(subserv5.gif) no-repeat;}

.menu1 table {
border-collapse:collapse; border:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

.menu1 ul li:hover a,
.menu1 ul li a:hover{
text-decoration:underline; border:0;
}

.menu1 ul li a:hover {position:relative; z-index:100;}

.menu1 ul li:hover ul,
.menu1 ul li a:hover ul {
visibility:visible; width:170px; height:auto; border:none; z-index:10; background-color:#0a3f72; overflow:visible;
}
.menu1 ul li:hover ul li a,
.menu1 ul li a:hover ul li a{
display:block; background:transparent; color:#ffffff; width:165px; line-height:15px; padding:5px 0 5px 5px; height:auto; text-decoration:none;
}
* html .menu1 ul li a:hover ul li a {width:170px; w\idth:135px;}

.menu1 ul li:hover ul li a:hover,
.menu1 ul li a:hover ul li a:hover {
text-decoration:underline; border:none; background-color:#218ac1;
}
.menu1 ul li:hover ul li ul,
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:151px;
}
.menu1 ul li:hover ul li:hover ul,
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; width:150px; height:auto; color:#000; padding:0; border:1px solid #888; list-style-type:none; background:#eee;
}
.menu1 ul li:hover ul li:hover ul li a,
.menu1 ul li a:hover ul li a:hover ul li a {
display:block; width:115px; background:transparent; color:#000;
}
* html .menu1 ul li a:hover ul li a:hover ul li a {width:150px; w\idth:115px;}

.menu1 ul li:hover ul li:hover ul li a:hover,
.menu1 ul li a:hover ul li a:hover ul li a:hover {
background:#ddd; text-decoration:underline;
}
