﻿#userLogined
{
 _margin-top :2px;
}
#userLogined a, #userLogined a:link, #userLogined a:visited, #userLogined a:active
{
    text-decoration: none;
}
#userLogined a:hover
{
    text-decoration: underline;
    color: #fff;
}
.loginName
{
 display :inline-block ;
 line-height :22px;
 height :22px;
 border :solid 1px Transparent;
  padding-left :5px;
    padding-right: 15px;
    cursor: pointer;
    background: url(icons.gif) no-repeat right 0px;
}
.loginName-hover
{
  color:#fff; 
  border :solid 1px #fff;
  background:Transparent url(icons.gif) no-repeat right -20px;  
}
.loginName-down
{
 border :solid 1px #333;
 color:#000;
 background:#fff url(icons.gif) no-repeat right -40px;  
}
.menu-div
{
    border: 0;
    padding: 0;
    background-color: Transparent;
}
.menu-content
{
    border: solid 1px #333;
    padding: 2px;
    background: #fff;
}
.menu-div *
{
    color: #333;
}
.menu-div a
{
    color: #00156e !important;
    text-decoration: underline;
}
.menu-div a:hover
{
    color: red !important;
    text-decoration: underline;
}
.text
{
    color: #00156e;
    height: 18px;
    line-height: 16px;
    background-color: white;
    border: 1px solid #80b3e3;
}
.button
{
    color: #00156e;
    height: 20px;
    line-height: 18px;
    padding: 0px 5px 0px;
    background-color: white;
    border: 1px solid #80b3e3;
    cursor: pointer;
}
.button-submit
{
    height: 20px;
    line-height: 18px;
    padding: 0px 5px 0px;
    background-color: white;
    border: 1px solid #80b3e3;
    cursor: pointer;
    color: red;
}
.menu-item
{
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 141px;
    height: 21px;
    text-indent: 12px;
    border: solid 1px #fff;
    line-height: 21px;
}
.menu-item img
{
    vertical-align: middle;
}
.menu-over
{
    margin: 0;
    padding: 0;
    background: #f30000;
    border: solid 1px #000;
    width: 141px;
    height: 21px;
    line-height: 21px;
    color :#ffffff; 
}
.menu-down
{
    background-color: #ddd;
     color :#000;
}
.menu-disabled
{
    color: #999;
    background-color: #eee;
    cursor: default;
}
.menu-active
{
    border-color: #72b4cd;
}
.menu-right
{
    height: 5px;
    background: url(http://www.p5w.net/images/ShadowRight.png) no-repeat left top;
     _background : none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.p5w.net/images/ShadowRight.png');
}
.menu-bottom
{
    height: 5px;
    background: url(http://www.p5w.net/images/ShadowBottom.png) no-repeat left top;
      _background : none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.p5w.net/images/ShadowBottom.png');
}
.menu-right-bottom
{
    height: 5px;
    width: 5px;
    background: url(http://www.p5w.net/images/ShadowRightBottom.png) no-repeat left top;
      _background : none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.p5w.net/images/ShadowRightBottom.png');
}

