/*CSS Menu Start*/
.mtDropdownMenu
{
    LEFT: -1000px;
    OVERFLOW: hidden;
    POSITION: absolute;
    TOP: -1000px
}
.mtDropdownMenu .content
{
    POSITION: absolute
}
.mtDropdownMenu .items
{
    BORDER-RIGHT: #515151 1px solid;
    BORDER-TOP: #515151 1px solid;
    Z-INDEX: 2;
    LEFT: 0px;
    BORDER-LEFT: #515151 1px solid;
    BORDER-BOTTOM: #515151 1px solid;
    POSITION: relative;
    TOP: 0px
}
.top .items
{
}
.mtDropdownMenu .item
{
    BORDER-TOP: #515151 1px solid;
    FONT-SIZE: 8pt;
    CURSOR: pointer;
    COLOR: #515151;
    BORDER-BOTTOM: #515151 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.mtDropdownMenu .shadowRight
{
    Z-INDEX: 3;
    FILTER: alpha(opacity=60);
    WIDTH: 2px;
    POSITION: absolute;
    TOP: 3px;
    moz-opacity: .4
}
.mtDropdownMenu .shadowBottom
{
    Z-INDEX: 1;
    FILTER: alpha(opacity=40);
    LEFT: 3px;
    POSITION: absolute;
    HEIGHT: 2px;
    moz-opacity: .4
}
.mtDropdownMenu .item IMG
{
    MARGIN-LEFT: 2px
}
.mtDropdownMenu .hover
{
    BACKGROUND: #FFB300;
    COLOR: #000000
}
.mtDropdownMenu .background
{
    Z-INDEX: 1;
    FILTER: alpha(opacity=95);
    LEFT: 0px;
    POSITION: absolute;
    TOP: 0px;
    moz-opacity: .95
}
#bottomBrd
{
    BORDER-RIGHT: #515151 0px solid;
    BORDER-TOP: #515151 0px solid;
    BORDER-LEFT: #515151 0px solid;
    BORDER-BOTTOM: #515151 1px solid
}
/*CSS Menu End*/

a {
	color: #505050;
	text-decoration: none;
}
a:hover {
	/*color : #30569D;*/
	color : #FF0000;
	text-decoration : none;
}
a:active {
	color : #FF9900;
	text-decoration : none;
}

a.LinkHome{
	color:#0989ec;
}
a.LinkHome:hover{
	color:#FF7800;
}

a.LinkRight{
	color:navy;
}
a.LinkRight:hover{
	color:red;
}

a.linkfoot {
	color: #3D8B0A;
}
a.linkfoot:hover {
	color:#3D8B0A;
}

.header
{
	color : #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer
{
	color : #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txtHeadCompany
{
	color : #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.techLeft
{
	color : #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: solid 6px #ededed;
	padding-left:30px;
	padding-top:5px;
}
.techRight
{
	color : #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:30px;
	padding-top:5px;
}
.dotmenu
{
	color : #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right:dotted 1px #505050;
}
.subheader{
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}
.inputbox{
	border:solid 1px #7f9db9;
}